Versions:

  • 1.19.21
  • 1.19.20
  • 1.19.19
  • 1.19.18
  • 1.19.17
  • 1.19.16
  • 1.19.15
  • 1.19.14
  • 1.19.13
  • 1.19.12
  • 1.19.11
  • 1.19.10
  • 1.19.9
  • 1.19.8
  • 1.19.7
  • 1.19.6
  • 1.19.5
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • GOAMD64v2
  • GOAMD64v1

Mihomo 1.19.21, released by MetaCubeX as the twenty-third iteration in its short release history, is a Python library that wraps the Honkai: Star Rail data exposed by the public Mihomo API in a rigorously typed Pydantic model. Built for data miners, theory-crafters, automation scripters and community tool authors, the package converts raw JSON responses from the API into fully annotated Python objects, giving immediate access to character stats, light-cone attributes, relic sets, skill multipliers and player profiles while enabling IDE autocompletion, static type checking and runtime validation. Developers embed the model into damage calculators, roster optimizers, leaderboard trackers or Discord bots, eliminating the need to hand-write data classes or guard against missing fields; any breaking change on the server side is caught early by Pydantic’s validation layer, reducing maintenance overhead for consumer code. Because the library is lightweight and dependency-free beyond Pydantic itself, it can be slotted into Jupyter notebooks for quick analysis or imported into large Django/FastAPI services that serve millions of queries. The project keeps pace with every Star Rail update, incrementing its minor version as new characters, equipment and battle mechanics appear in the API, so downstream packages only need to bump their requirement range to stay synchronized. All source code is hosted under the MetaCubeX organization and released under an open-source licence. Mihomo is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.

Tags: